Crate salvo_extra

source ·
Expand description

The extra lib of Savlo web server framework. Read more: https://salvo.rs

Modules§

  • affixaffix
    affix middleware is used to add any data to depot.
  • basic_authbasic-auth
    basic auth middleware.
  • caching_headerscaching-headers
    Salvo handlers for etag and last-modified-since headers.
  • catch_paniccatch-panic
    Catch panic middleware.
  • concurrency_limiterconcurrency-limiter
    concurrency limiter middleware.
  • force_httpsforce-https
    Force https middleware.
  • logginglogging
    Simple logging middleware.
  • request_idrequest-id
    Request id middleware.
  • size_limitersize-limiter
    size limiter middleware.
  • ssesse
    Server-Sent Events (SSE)
  • timeouttimeout
    Middleware that provides support for timeout.
  • trailing_slashtrailing-slash
    Trailing slash middleware.
  • websocketwebsocket
    WebSocket implementation for Salvo web framework.